@charset "utf-8";
/*=============================================================
 ir/individual
=============================================================*/
#contents {
	margin-top: 0;
 padding-bottom: 0;
}
/* pageLink
-------------------------------------------------------------*/
.pageNavi{
	padding: 120px 0;
	position: relative;
	background: url("/ir/individual/img/individual_bg_btm_link.jpg") no-repeat center top;
	background-size: cover;
}
.pageNavi h2{
	color: #fff;
	font-size: 3.2rem;
}
.no-webp .pageNavi{
	background: url("/ir/individual/img/individual_bg_btm_link.jpg") no-repeat center top;
	background-size: cover;
}
.webp .pageNavi{
	background: url("/ir/individual/img/individual_bg_btm_link.webp") no-repeat center top;
	background-size: cover;
}
.pageNavi ul{
	width: 100%;
	display: flex;
	justify-content: space-between;flex-wrap: wrap;
}
.pageNavi ul:after{
	content: '';
	width: calc(94% / 3);
	height: 0;
	overflow: hidden;
}
.pageNavi ul>li{
	width: calc(94% / 3);
	margin: 4% 0 0 0;
}
.pageNavi ul>li>a{
	width: 100%;
	display: flex;
	flex-direction: column;
 background: linear-gradient(#fff, #fff) 0 100%/0 2px no-repeat;
	color: #fff;
 transition: background .6s;
}
.pageNavi ul>li a:hover{
	background-size: 100% 2px;
}
.pageNavi ul>li a .boxThum{
	overflow: hidden;
	border-radius: 10px
}
.pageNavi ul>li a .boxThum .thum{
	transition: all .3s ease;
}
.pageNavi ul>li a:hover .boxThum .thum{
	transform: scale(1.2);
}
.pageNavi ul>li a .boxTtl{
	display: flex;
	flex: 1;
	align-items: center;
	position: relative;
	min-height: 70px;
	padding: 5px 40px 5px 0;
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}
.pageNavi ul>li a .boxTtl:after{
	content: '';
	background: url("/shared/img/icon-arw-button-w.svg") center center no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 5px;
	transition: all .1s;
}
.pageNavi ul>li a:hover .boxTtl:after{
	right: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
/* pageLink
-------------------------------------------------------------*/
.pageNavi ul>li{
	width: calc(94% / 2);
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px){
/* pageLink
-------------------------------------------------------------*/
.pageNavi{
	padding: 60px 0;
}
	.pageNavi h2{
	color: #fff;
	font-size: 2.4rem;
}
.pageNavi ul{
	display: block;
	padding: 0 0 24px;
}
.pageNavi ul:after{
	width: calc(100%);
}
.pageNavi ul>li{
	width: calc(100%);
	margin: 24px 0 0;
	padding: 24px 0 0;
}
.pageNavi ul>li a{
	display: block;
	padding-bottom: 0;
}
.pageNavi ul>li a .boxTtl{
	min-height: 0;
	margin: 10px 0 0;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	font-size: 1.7rem;
	line-height: 1.3;
}
.pageNavi ul>li a .boxTtl:after{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
}